PDF4Java Reference Documentation
com.o2sol.pdf4java.core.io Package
/
FileStream Class
/ writeByte Method
The byte to write to the stream.
Collapse All
Expand All
In This Topic
writeByte Method
In This Topic
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
Syntax
public
void
writeByte(
byte
value
)
Parameters
value
The byte to write to the stream.
See Also
Reference
FileStream Class
FileStream Members